Skip to main content

hGrid

Type

property

Summary

Specifies whether lines are shown below each text line in a field.

Syntax

set the hGrid [of line <lineNumber>] of <field> to {true | false}

Description

Use the hGrid property to control the appearance of a field.

If a field's hGrid property is true, a horizontal line is drawn across the field, every textHeight pixels. The line falls below the lowest part of each character, rather than being drawn at the text baseline, as the lines drawn by the showLines property are.

The lines shown by the hGrid and vGrid are drawn in the borderColor (or borderPattern).

If the field's fixedLineHeight property is set to false, the hGrid property has no effect.

Examples

set the hGrid of field 3 to true
set the hGrid of line 5 to 10 of field 1 to false

object: field

property: leftIndent, borderWidth, vgrid, textAlign, dontWrap, formattedText, spaceAbove, backgroundColor, hiliteColor, borderPattern, listBehavior, listIndent, fixedLineHeight, hidden, textSize, firstIndent, listStyle, spaceBelow, tabStops, showLines, rightIndent, listDepth, hScrollbar, textHeight, borderColor, formattedWidth

glossary: property

keyword: field, character

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?